projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62803c1
)
testsuite: Use Wayland by default
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jul 2020 02:15:56 +0000
(22:15 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 31 Jul 2020 02:16:31 +0000
(22:16 -0400)
I'm tired of xwayland crashing and killing my shell.
testsuite/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/meson.build
b/testsuite/meson.build
index c8677d40f8cf6ad3e3789b11c84c56775b6c75ea..03a04048bd46ff94626788b276955e8929ac67de 100644
(file)
--- a/
testsuite/meson.build
+++ b/
testsuite/meson.build
@@
-19,13
+19,13
@@
if get_option('debug')
endif
add_test_setup ('x11',
- is_default: true,
env: common_env + [
'GDK_BACKEND=x11',
'TEST_OUTPUT_SUBDIR=x11',
])
add_test_setup ('wayland',
+ is_default: true,
env: common_env + [
'GDK_BACKEND=wayland',
'TEST_OUTPUT_SUBDIR=wayland',